home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 5381 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: news.ultranet.com!usenet
  2. From: "Albert P. Belle Isle" <belleisl@cerberus-sys.com>
  3. Newsgroups: alt.winsock.trumpet,alt.winsock,comp.dcom.modems,comp.protocols.tcp-ip.ibmpc,comp.sys.ibm.pc.hardware.comm
  4. Subject: Re: PPP Frame Check Error, 1500
  5. Date: Fri, 23 Feb 1996 20:29:30 -0500
  6. Organization: Cerberus Systems, Inc.
  7. Message-ID: <312E69FA.4B3C@cerberus-sys.com>
  8. References: <4gjens$2g2@guysmiley.blarg.net>
  9. NNTP-Posting-Host: apb-p5-90.cerberus-sys.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Nate Glissmeyer wrote:
  16. > My ISP recently changed their server.  Since that change, I've not
  17. > been able to download my mail using any Winsock mail client (for SLIP
  18. > / PPP) available on the 'net.  In addition, I cannot transfer binary
  19. > files via FTP, though I can transfer ascii just fine from their
  20. > server.  I've tried to tweak about every AT command there is on my
  21. > modem, but the one that I think will do the most good: AT%E2, is not
  22. > recognized by Trumpet 2.0b.  I am running a PPP connection over a 28.8
  23. > modem.  I have been tracing most everything and I continue to get the
  24. > error message, "PPP frame check error, 1500".
  25. > I'm at a loss as to what to do.  I hope that there is someone out
  26. > there who has had this problem and can share a fix for it.  My ISP
  27. > says that only one or two people are experiencing this problem and
  28. > they have not been able to recreate it.
  29.  
  30. Nate:
  31.  
  32. PPP wraps 1500-byte IP transmission units, along with a check-sum, into
  33. data "Frames" which are sent over your access provider's RS232 serial
  34. port, through his modem to your modem, then through your serial port into
  35. the portion of your machine's memory containing the buffers TCPMan(ager)
  36. has allocated as the logical "socket" for a particular TCP/IP-using
  37. application program.
  38.  
  39. If any of the 1500 bytes is garbled (because you turned-off error
  40. correction in your modem), or missing (because your machine didn't take
  41. bytes out of the serial port fast enough to avoid new ones being
  42. over-written on top of them - "overruns"), PPP's error-detecting CRC
  43. check will indicate a "framecheck error."
  44.  
  45. Without a clean stream of bytes over the data link layer, higher layer
  46. protocols (like TCP) won't be fast enough to satisfactorily correct in
  47. software for the high rate of errors.
  48.  
  49. Be sure that your modem initialization string results in error correction
  50. (V.42 or MNP4) being enabled, and that you eliminate any com overrun
  51. problems caused by your machine's failure to unload modem data through
  52. your com port fast enough to keep up with your advertised rate setting.
  53.  
  54. Also, I notice your "dial-parity=1" setting, which makes me wonder if you've 
  55. checked the "use standard SLIP settings" in the dialer options settings 
  56. window. If you're pointing to some stale com port settings from Control 
  57. Panel, instead, you may not be setting the basic character of a byte 
  58. properly (n-8-1) in the com port DCB.
  59.  
  60. This might yield OK transmission of ASCII characters, while screwing-up 
  61. anything that needed a proper 8-bit byte.
  62.  
  63. Regards,
  64.  
  65. Al
  66.  
  67. -- 
  68. ==================================================================
  69. Albert P. Belle Isle
  70. Cerberus Systems, Inc.
  71.  
  72. Al's Winsock Tuning FAQ -
  73.        http://www.cerberus-sys.com/~belleisl/mtu_mss_rwin.html
  74. ==================================================================
  75.